home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gtk-doc / html / gdict / gdict.devhelp2 < prev    next >
Encoding:
Extensible Markup Language  |  2009-03-16  |  29.3 KB  |  254 lines

  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
  3. <book xmlns="http://www.devhelp.net/book" title="GNOME Dictionary Library Reference Manual" link="index.html" author="Emmanuele Bassi" name="gdict" version="2" language="c">
  4.   <chapters>
  5.     <sub name="Introduction" link="introduction.html"/>
  6.     <sub name="The GNOME Dictionary Library" link="gdict.html">
  7.       <sub name="Dictionary Context" link="context.html">
  8.         <sub name="GdictContext" link="gdict-GdictContext.html"/>
  9.       </sub>
  10.       <sub name="Context Implementations" link="context-types.html">
  11.         <sub name="GdictClientContext" link="GdictClientContext.html"/>
  12.       </sub>
  13.       <sub name="Dictionary Source" link="sources.html">
  14.         <sub name="GdictSource" link="GdictSource.html"/>
  15.         <sub name="GdictSourceLoader" link="GdictSourceLoader.html"/>
  16.       </sub>
  17.       <sub name="Gdict Utilities" link="gdict-utils.html">
  18.         <sub name="Gdict Utilities" link="gdict-Gdict-Utilities.html"/>
  19.         <sub name="Gdict Version Checking" link="gdict-Gdict-Version-Checking.html"/>
  20.       </sub>
  21.     </sub>
  22.     <sub name="The GNOME Dictionary Library Widgets" link="gdictui.html">
  23.       <sub name="Base widgets" link="ch05.html">
  24.         <sub name="GdictDefbox" link="GdictDefbox.html"/>
  25.         <sub name="GdictSpeller" link="GdictSpeller.html"/>
  26.       </sub>
  27.       <sub name="Advanced widgets" link="ch06.html">
  28.         <sub name="GdictDatabaseChooser" link="GdictDatabaseChooser.html"/>
  29.         <sub name="GdictStrategyChooser" link="GdictStrategyChooser.html"/>
  30.         <sub name="GdictSourceChooser" link="GdictSourceChooser.html"/>
  31.       </sub>
  32.     </sub>
  33.     <sub name="Index" link="ix01.html"/>
  34.     <sub name="Index of deprecated symbols" link="ix02.html"/>
  35.     <sub name="Index of new symbols in 0.10" link="ix03.html"/>
  36.     <sub name="Index of new symbols in 0.12" link="ix04.html"/>
  37.   </chapters>
  38.   <functions>
  39.     <keyword type="struct" name="GdictContextIface" link="gdict-GdictContext.html#GdictContextIface"/>
  40.     <keyword type="enum" name="enum GdictContextError" link="gdict-GdictContext.html#GdictContextError"/>
  41.     <keyword type="function" name="gdict_context_set_local_only ()" link="gdict-GdictContext.html#gdict-context-set-local-only" since="1.0"/>
  42.     <keyword type="function" name="gdict_context_get_local_only ()" link="gdict-GdictContext.html#gdict-context-get-local-only" since="1.0"/>
  43.     <keyword type="function" name="gdict_context_lookup_databases ()" link="gdict-GdictContext.html#gdict-context-lookup-databases" since="1.0"/>
  44.     <keyword type="function" name="gdict_context_lookup_strategies ()" link="gdict-GdictContext.html#gdict-context-lookup-strategies" since="1.0"/>
  45.     <keyword type="function" name="gdict_context_match_word ()" link="gdict-GdictContext.html#gdict-context-match-word" since="1.0"/>
  46.     <keyword type="function" name="gdict_context_define_word ()" link="gdict-GdictContext.html#gdict-context-define-word" since="1.0"/>
  47.     <keyword type="struct" name="GdictDatabase" link="gdict-GdictContext.html#GdictDatabase"/>
  48.     <keyword type="function" name="gdict_database_ref ()" link="gdict-GdictContext.html#gdict-database-ref" since="1.0"/>
  49.     <keyword type="function" name="gdict_database_unref ()" link="gdict-GdictContext.html#gdict-database-unref" since="1.0"/>
  50.     <keyword type="function" name="gdict_database_get_name ()" link="gdict-GdictContext.html#gdict-database-get-name" since="1.0"/>
  51.     <keyword type="function" name="gdict_database_get_full_name ()" link="gdict-GdictContext.html#gdict-database-get-full-name" since="1.0"/>
  52.     <keyword type="struct" name="GdictStrategy" link="gdict-GdictContext.html#GdictStrategy"/>
  53.     <keyword type="function" name="gdict_strategy_ref ()" link="gdict-GdictContext.html#gdict-strategy-ref" since="1.0"/>
  54.     <keyword type="function" name="gdict_strategy_unref ()" link="gdict-GdictContext.html#gdict-strategy-unref" since="1.0"/>
  55.     <keyword type="function" name="gdict_strategy_get_name ()" link="gdict-GdictContext.html#gdict-strategy-get-name" since="1.0"/>
  56.     <keyword type="function" name="gdict_strategy_get_description ()" link="gdict-GdictContext.html#gdict-strategy-get-description" since="1.0"/>
  57.     <keyword type="struct" name="GdictMatch" link="gdict-GdictContext.html#GdictMatch"/>
  58.     <keyword type="function" name="gdict_match_ref ()" link="gdict-GdictContext.html#gdict-match-ref" since="1.0"/>
  59.     <keyword type="function" name="gdict_match_unref ()" link="gdict-GdictContext.html#gdict-match-unref" since="1.0"/>
  60.     <keyword type="function" name="gdict_match_get_word ()" link="gdict-GdictContext.html#gdict-match-get-word" since="1.0"/>
  61.     <keyword type="function" name="gdict_match_get_database ()" link="gdict-GdictContext.html#gdict-match-get-database" since="1.0"/>
  62.     <keyword type="struct" name="GdictDefinition" link="gdict-GdictContext.html#GdictDefinition"/>
  63.     <keyword type="function" name="gdict_definition_ref ()" link="gdict-GdictContext.html#gdict-definition-ref" since="1.0"/>
  64.     <keyword type="function" name="gdict_definition_unref ()" link="gdict-GdictContext.html#gdict-definition-unref" since="1.0"/>
  65.     <keyword type="function" name="gdict_definition_get_total ()" link="gdict-GdictContext.html#gdict-definition-get-total" since="1.0"/>
  66.     <keyword type="function" name="gdict_definition_get_word ()" link="gdict-GdictContext.html#gdict-definition-get-word" since="1.0"/>
  67.     <keyword type="function" name="gdict_definition_get_database ()" link="gdict-GdictContext.html#gdict-definition-get-database" since="1.0"/>
  68.     <keyword type="function" name="gdict_definition_get_text ()" link="gdict-GdictContext.html#gdict-definition-get-text" since="1.0"/>
  69.     <keyword type="struct" name="GdictClientContext" link="GdictClientContext.html#GdictClientContext-struct"/>
  70.     <keyword type="struct" name="GdictClientContextClass" link="GdictClientContext.html#GdictClientContextClass"/>
  71.     <keyword type="enum" name="enum GdictClientContextError" link="GdictClientContext.html#GdictClientContextError"/>
  72.     <keyword type="function" name="gdict_client_context_new ()" link="GdictClientContext.html#gdict-client-context-new"/>
  73.     <keyword type="function" name="gdict_client_context_set_hostname ()" link="GdictClientContext.html#gdict-client-context-set-hostname"/>
  74.     <keyword type="function" name="gdict_client_context_get_hostname ()" link="GdictClientContext.html#gdict-client-context-get-hostname"/>
  75.     <keyword type="function" name="gdict_client_context_set_port ()" link="GdictClientContext.html#gdict-client-context-set-port"/>
  76.     <keyword type="function" name="gdict_client_context_get_port ()" link="GdictClientContext.html#gdict-client-context-get-port"/>
  77.     <keyword type="function" name="gdict_client_context_set_client ()" link="GdictClientContext.html#gdict-client-context-set-client"/>
  78.     <keyword type="function" name="gdict_client_context_get_client ()" link="GdictClientContext.html#gdict-client-context-get-client"/>
  79.     <keyword type="property" name="The "client-name" property" link="GdictClientContext.html#GdictClientContext--client-name"/>
  80.     <keyword type="property" name="The "hostname" property" link="GdictClientContext.html#GdictClientContext--hostname"/>
  81.     <keyword type="property" name="The "port" property" link="GdictClientContext.html#GdictClientContext--port"/>
  82.     <keyword type="property" name="The "status" property" link="GdictClientContext.html#GdictClientContext--status"/>
  83.     <keyword type="signal" name="The "connected" signal" link="GdictClientContext.html#GdictClientContext-connected"/>
  84.     <keyword type="signal" name="The "disconnected" signal" link="GdictClientContext.html#GdictClientContext-disconnected"/>
  85.     <keyword type="enum" name="enum GdictSourceError" link="GdictSource.html#GdictSourceError"/>
  86.     <keyword type="struct" name="GdictSource" link="GdictSource.html#GdictSource-struct"/>
  87.     <keyword type="struct" name="GdictSourceClass" link="GdictSource.html#GdictSourceClass"/>
  88.     <keyword type="function" name="gdict_source_new ()" link="GdictSource.html#gdict-source-new"/>
  89.     <keyword type="function" name="gdict_source_load_from_file ()" link="GdictSource.html#gdict-source-load-from-file" since="1.0"/>
  90.     <keyword type="function" name="gdict_source_load_from_data ()" link="GdictSource.html#gdict-source-load-from-data" since="1.0"/>
  91.     <keyword type="function" name="gdict_source_to_data ()" link="GdictSource.html#gdict-source-to-data" since="1.0"/>
  92.     <keyword type="function" name="gdict_source_set_name ()" link="GdictSource.html#gdict-source-set-name" since="1.0"/>
  93.     <keyword type="function" name="gdict_source_get_name ()" link="GdictSource.html#gdict-source-get-name" since="1.0"/>
  94.     <keyword type="function" name="gdict_source_set_description ()" link="GdictSource.html#gdict-source-set-description" since="1.0"/>
  95.     <keyword type="function" name="gdict_source_get_description ()" link="GdictSource.html#gdict-source-get-description" since="1.0"/>
  96.     <keyword type="function" name="gdict_source_set_database ()" link="GdictSource.html#gdict-source-set-database" since="1.0"/>
  97.     <keyword type="function" name="gdict_source_get_database ()" link="GdictSource.html#gdict-source-get-database" since="1.0"/>
  98.     <keyword type="function" name="gdict_source_set_strategy ()" link="GdictSource.html#gdict-source-set-strategy" since="1.0"/>
  99.     <keyword type="function" name="gdict_source_get_strategy ()" link="GdictSource.html#gdict-source-get-strategy" since="1.0"/>
  100.     <keyword type="enum" name="enum GdictSourceTransport" link="GdictSource.html#GdictSourceTransport"/>
  101.     <keyword type="function" name="gdict_source_set_transport ()" link="GdictSource.html#gdict-source-set-transport" since="1.0"/>
  102.     <keyword type="function" name="gdict_source_set_transportv ()" link="GdictSource.html#gdict-source-set-transportv" since="1.0"/>
  103.     <keyword type="function" name="gdict_source_get_transport ()" link="GdictSource.html#gdict-source-get-transport" since="1.0"/>
  104.     <keyword type="function" name="gdict_source_get_context ()" link="GdictSource.html#gdict-source-get-context" since="1.0"/>
  105.     <keyword type="function" name="gdict_source_peek_context ()" link="GdictSource.html#gdict-source-peek-context" since="1.0"/>
  106.     <keyword type="property" name="The "context" property" link="GdictSource.html#GdictSource--context"/>
  107.     <keyword type="property" name="The "database" property" link="GdictSource.html#GdictSource--database"/>
  108.     <keyword type="property" name="The "description" property" link="GdictSource.html#GdictSource--description"/>
  109.     <keyword type="property" name="The "filename" property" link="GdictSource.html#GdictSource--filename"/>
  110.     <keyword type="property" name="The "name" property" link="GdictSource.html#GdictSource--name"/>
  111.     <keyword type="property" name="The "strategy" property" link="GdictSource.html#GdictSource--strategy"/>
  112.     <keyword type="property" name="The "transport" property" link="GdictSource.html#GdictSource--transport"/>
  113.     <keyword type="struct" name="GdictSourceLoader" link="GdictSourceLoader.html#GdictSourceLoader-struct"/>
  114.     <keyword type="struct" name="GdictSourceLoaderClass" link="GdictSourceLoader.html#GdictSourceLoaderClass"/>
  115.     <keyword type="function" name="gdict_source_loader_new ()" link="GdictSourceLoader.html#gdict-source-loader-new" since="1.0"/>
  116.     <keyword type="function" name="gdict_source_loader_update ()" link="GdictSourceLoader.html#gdict-source-loader-update" since="1.0"/>
  117.     <keyword type="function" name="gdict_source_loader_add_search_path ()" link="GdictSourceLoader.html#gdict-source-loader-add-search-path" since="1.0"/>
  118.     <keyword type="function" name="gdict_source_loader_get_paths ()" link="GdictSourceLoader.html#gdict-source-loader-get-paths" since="1.0"/>
  119.     <keyword type="function" name="gdict_source_loader_get_names ()" link="GdictSourceLoader.html#gdict-source-loader-get-names" since="1.0"/>
  120.     <keyword type="function" name="gdict_source_loader_get_sources ()" link="GdictSourceLoader.html#gdict-source-loader-get-sources" since="1.0"/>
  121.     <keyword type="function" name="gdict_source_loader_get_source ()" link="GdictSourceLoader.html#gdict-source-loader-get-source" since="1.0"/>
  122.     <keyword type="function" name="gdict_source_loader_remove_source ()" link="GdictSourceLoader.html#gdict-source-loader-remove-source" since="1.0"/>
  123.     <keyword type="function" name="gdict_source_loader_has_source ()" link="GdictSourceLoader.html#gdict-source-loader-has-source" since="0.12"/>
  124.     <keyword type="property" name="The "paths" property" link="GdictSourceLoader.html#GdictSourceLoader--paths"/>
  125.     <keyword type="property" name="The "sources" property" link="GdictSourceLoader.html#GdictSourceLoader--sources"/>
  126.     <keyword type="signal" name="The "source-loaded" signal" link="GdictSourceLoader.html#GdictSourceLoader-source-loaded"/>
  127.     <keyword type="macro" name="GDICT_DEFAULT_DATABASE" link="gdict-Gdict-Utilities.html#GDICT-DEFAULT-DATABASE--CAPS"/>
  128.     <keyword type="macro" name="GDICT_DEFAULT_STRATEGY" link="gdict-Gdict-Utilities.html#GDICT-DEFAULT-STRATEGY--CAPS"/>
  129.     <keyword type="macro" name="GDICT_DEFAULT_FONT_NAME" link="gdict-Gdict-Utilities.html#GDICT-DEFAULT-FONT-NAME--CAPS"/>
  130.     <keyword type="enum" name="enum GdictContextProp" link="gdict-Gdict-Utilities.html#GdictContextProp"/>
  131.     <keyword type="enum" name="enum GdictStatusCode" link="gdict-Gdict-Utilities.html#GdictStatusCode"/>
  132.     <keyword type="function" name="gdict_debug_init ()" link="gdict-Gdict-Utilities.html#gdict-debug-init" since="0.12"/>
  133.     <keyword type="function" name="gdict_get_option_group ()" link="gdict-Gdict-Utilities.html#gdict-get-option-group" since="0.12"/>
  134.     <keyword type="macro" name="GDICT_MAJOR_VERSION" link="gdict-Gdict-Version-Checking.html#GDICT-MAJOR-VERSION--CAPS"/>
  135.     <keyword type="macro" name="GDICT_MINOR_VERSION" link="gdict-Gdict-Version-Checking.html#GDICT-MINOR-VERSION--CAPS"/>
  136.     <keyword type="macro" name="GDICT_MICRO_VERSION" link="gdict-Gdict-Version-Checking.html#GDICT-MICRO-VERSION--CAPS"/>
  137.     <keyword type="macro" name="GDICT_VERSION" link="gdict-Gdict-Version-Checking.html#GDICT-VERSION--CAPS" since="0.11"/>
  138.     <keyword type="macro" name="GDICT_VERSION_S" link="gdict-Gdict-Version-Checking.html#GDICT-VERSION-S--CAPS" since="0.11"/>
  139.     <keyword type="macro" name="GDICT_VERSION_HEX" link="gdict-Gdict-Version-Checking.html#GDICT-VERSION-HEX--CAPS" since="0.11"/>
  140.     <keyword type="macro" name="GDICT_CHECK_VERSION()" link="gdict-Gdict-Version-Checking.html#GDICT-CHECK-VERSION--CAPS"/>
  141.     <keyword type="variable" name="gdict_major" link="gdict-Gdict-Version-Checking.html#gdict-major"/>
  142.     <keyword type="variable" name="gdict_minor" link="gdict-Gdict-Version-Checking.html#gdict-minor"/>
  143.     <keyword type="variable" name="gdict_micro" link="gdict-Gdict-Version-Checking.html#gdict-micro"/>
  144.     <keyword type="function" name="gdict_check_version ()" link="gdict-Gdict-Version-Checking.html#gdict-check-version"/>
  145.     <keyword type="struct" name="GdictDefbox" link="GdictDefbox.html#GdictDefbox-struct"/>
  146.     <keyword type="struct" name="GdictDefboxClass" link="GdictDefbox.html#GdictDefboxClass"/>
  147.     <keyword type="function" name="gdict_defbox_new ()" link="GdictDefbox.html#gdict-defbox-new" since="0.1"/>
  148.     <keyword type="function" name="gdict_defbox_new_with_context ()" link="GdictDefbox.html#gdict-defbox-new-with-context" since="0.1"/>
  149.     <keyword type="function" name="gdict_defbox_set_context ()" link="GdictDefbox.html#gdict-defbox-set-context" since="0.1"/>
  150.     <keyword type="function" name="gdict_defbox_get_context ()" link="GdictDefbox.html#gdict-defbox-get-context" since="0.1"/>
  151.     <keyword type="function" name="gdict_defbox_set_database ()" link="GdictDefbox.html#gdict-defbox-set-database" since="0.1"/>
  152.     <keyword type="function" name="gdict_defbox_get_database ()" link="GdictDefbox.html#gdict-defbox-get-database" since="0.1"/>
  153.     <keyword type="function" name="gdict_defbox_get_text ()" link="GdictDefbox.html#gdict-defbox-get-text" since="0.1"/>
  154.     <keyword type="function" name="gdict_defbox_select_all ()" link="GdictDefbox.html#gdict-defbox-select-all" since="0.1"/>
  155.     <keyword type="function" name="gdict_defbox_copy_to_clipboard ()" link="GdictDefbox.html#gdict-defbox-copy-to-clipboard" since="0.1"/>
  156.     <keyword type="function" name="gdict_defbox_clear ()" link="GdictDefbox.html#gdict-defbox-clear" since="0.1"/>
  157.     <keyword type="function" name="gdict_defbox_lookup ()" link="GdictDefbox.html#gdict-defbox-lookup" since="0.1"/>
  158.     <keyword type="function" name="gdict_defbox_get_word ()" link="GdictDefbox.html#gdict-defbox-get-word" since="0.12"/>
  159.     <keyword type="function" name="gdict_defbox_count_definitions ()" link="GdictDefbox.html#gdict-defbox-count-definitions" since="0.1"/>
  160.     <keyword type="function" name="gdict_defbox_jump_to_definition ()" link="GdictDefbox.html#gdict-defbox-jump-to-definition" since="0.1"/>
  161.     <keyword type="function" name="gdict_defbox_set_show_find ()" link="GdictDefbox.html#gdict-defbox-set-show-find" since="0.1"/>
  162.     <keyword type="function" name="gdict_defbox_get_show_find ()" link="GdictDefbox.html#gdict-defbox-get-show-find" since="0.1"/>
  163.     <keyword type="function" name="gdict_defbox_find_next ()" link="GdictDefbox.html#gdict-defbox-find-next" since="0.1"/>
  164.     <keyword type="function" name="gdict_defbox_find_previous ()" link="GdictDefbox.html#gdict-defbox-find-previous" since="0.1"/>
  165.     <keyword type="function" name="gdict_defbox_set_font_name ()" link="GdictDefbox.html#gdict-defbox-set-font-name" since="0.3.0"/>
  166.     <keyword type="function" name="gdict_defbox_get_font_name ()" link="GdictDefbox.html#gdict-defbox-get-font-name" since="0.3"/>
  167.     <keyword type="function" name="gdict_defbox_get_selected_word ()" link="GdictDefbox.html#gdict-defbox-get-selected-word" since="0.12"/>
  168.     <keyword type="property" name="The "context" property" link="GdictDefbox.html#GdictDefbox--context"/>
  169.     <keyword type="property" name="The "database" property" link="GdictDefbox.html#GdictDefbox--database"/>
  170.     <keyword type="property" name="The "font-name" property" link="GdictDefbox.html#GdictDefbox--font-name"/>
  171.     <keyword type="property" name="The "word" property" link="GdictDefbox.html#GdictDefbox--word"/>
  172.     <keyword type="signal" name="The "find-next" signal" link="GdictDefbox.html#GdictDefbox-find-next"/>
  173.     <keyword type="signal" name="The "find-previous" signal" link="GdictDefbox.html#GdictDefbox-find-previous"/>
  174.     <keyword type="signal" name="The "hide-find" signal" link="GdictDefbox.html#GdictDefbox-hide-find"/>
  175.     <keyword type="signal" name="The "link-clicked" signal" link="GdictDefbox.html#GdictDefbox-link-clicked"/>
  176.     <keyword type="signal" name="The "show-find" signal" link="GdictDefbox.html#GdictDefbox-show-find"/>
  177.     <keyword type="struct" name="GdictSpeller" link="GdictSpeller.html#GdictSpeller-struct"/>
  178.     <keyword type="struct" name="GdictSpellerClass" link="GdictSpeller.html#GdictSpellerClass"/>
  179.     <keyword type="function" name="gdict_speller_new ()" link="GdictSpeller.html#gdict-speller-new" since=""/>
  180.     <keyword type="function" name="gdict_speller_new_with_context ()" link="GdictSpeller.html#gdict-speller-new-with-context" since=""/>
  181.     <keyword type="function" name="gdict_speller_set_context ()" link="GdictSpeller.html#gdict-speller-set-context" since=""/>
  182.     <keyword type="function" name="gdict_speller_get_context ()" link="GdictSpeller.html#gdict-speller-get-context" since=""/>
  183.     <keyword type="function" name="gdict_speller_set_database ()" link="GdictSpeller.html#gdict-speller-set-database" since=""/>
  184.     <keyword type="function" name="gdict_speller_get_database ()" link="GdictSpeller.html#gdict-speller-get-database" since="FIXME"/>
  185.     <keyword type="function" name="gdict_speller_set_strategy ()" link="GdictSpeller.html#gdict-speller-set-strategy" since="FIXME"/>
  186.     <keyword type="function" name="gdict_speller_get_strategy ()" link="GdictSpeller.html#gdict-speller-get-strategy" since="FIXME"/>
  187.     <keyword type="function" name="gdict_speller_clear ()" link="GdictSpeller.html#gdict-speller-clear" since="FIXME"/>
  188.     <keyword type="function" name="gdict_speller_match ()" link="GdictSpeller.html#gdict-speller-match" since="FIXME"/>
  189.     <keyword type="function" name="gdict_speller_count_matches ()" link="GdictSpeller.html#gdict-speller-count-matches"/>
  190.     <keyword type="function" name="gdict_speller_get_matches ()" link="GdictSpeller.html#gdict-speller-get-matches" since="FIXME"/>
  191.     <keyword type="property" name="The "context" property" link="GdictSpeller.html#GdictSpeller--context"/>
  192.     <keyword type="property" name="The "database" property" link="GdictSpeller.html#GdictSpeller--database"/>
  193.     <keyword type="property" name="The "strategy" property" link="GdictSpeller.html#GdictSpeller--strategy"/>
  194.     <keyword type="signal" name="The "word-activated" signal" link="GdictSpeller.html#GdictSpeller-word-activated"/>
  195.     <keyword type="struct" name="GdictDatabaseChooser" link="GdictDatabaseChooser.html#GdictDatabaseChooser-struct"/>
  196.     <keyword type="struct" name="GdictDatabaseChooserClass" link="GdictDatabaseChooser.html#GdictDatabaseChooserClass"/>
  197.     <keyword type="function" name="gdict_database_chooser_new ()" link="GdictDatabaseChooser.html#gdict-database-chooser-new" since="0.10"/>
  198.     <keyword type="function" name="gdict_database_chooser_new_with_context ()" link="GdictDatabaseChooser.html#gdict-database-chooser-new-with-context" since="0.10"/>
  199.     <keyword type="function" name="gdict_database_chooser_get_context ()" link="GdictDatabaseChooser.html#gdict-database-chooser-get-context" since="0.10"/>
  200.     <keyword type="function" name="gdict_database_chooser_set_context ()" link="GdictDatabaseChooser.html#gdict-database-chooser-set-context" since="0.10"/>
  201.     <keyword type="function" name="gdict_database_chooser_get_databases ()" link="GdictDatabaseChooser.html#gdict-database-chooser-get-databases" since="0.10"/>
  202.     <keyword type="function" name="gdict_database_chooser_count_databases ()" link="GdictDatabaseChooser.html#gdict-database-chooser-count-databases" since="0.10"/>
  203.     <keyword type="function" name="gdict_database_chooser_has_database ()" link="GdictDatabaseChooser.html#gdict-database-chooser-has-database" since="0.10"/>
  204.     <keyword type="function" name="gdict_database_chooser_refresh ()" link="GdictDatabaseChooser.html#gdict-database-chooser-refresh" since="0.10"/>
  205.     <keyword type="function" name="gdict_database_chooser_clear ()" link="GdictDatabaseChooser.html#gdict-database-chooser-clear" since="0.10"/>
  206.     <keyword type="function" name="gdict_database_chooser_add_button ()" link="GdictDatabaseChooser.html#gdict-database-chooser-add-button" since="0.10"/>
  207.     <keyword type="function" name="gdict_database_chooser_get_current_database ()" link="GdictDatabaseChooser.html#gdict-database-chooser-get-current-database" since="0.10"/>
  208.     <keyword type="function" name="gdict_database_chooser_select_database ()" link="GdictDatabaseChooser.html#gdict-database-chooser-select-database" since="0.10"/>
  209.     <keyword type="function" name="gdict_database_chooser_set_current_database ()" link="GdictDatabaseChooser.html#gdict-database-chooser-set-current-database" since="0.10"/>
  210.     <keyword type="function" name="gdict_database_chooser_unselect_database ()" link="GdictDatabaseChooser.html#gdict-database-chooser-unselect-database" since="0.10"/>
  211.     <keyword type="property" name="The "context" property" link="GdictDatabaseChooser.html#GdictDatabaseChooser--context"/>
  212.     <keyword type="property" name="The "count" property" link="GdictDatabaseChooser.html#GdictDatabaseChooser--count"/>
  213.     <keyword type="signal" name="The "database-activated" signal" link="GdictDatabaseChooser.html#GdictDatabaseChooser-database-activated"/>
  214.     <keyword type="signal" name="The "selection-changed" signal" link="GdictDatabaseChooser.html#GdictDatabaseChooser-selection-changed"/>
  215.     <keyword type="struct" name="GdictStrategyChooser" link="GdictStrategyChooser.html#GdictStrategyChooser-struct"/>
  216.     <keyword type="struct" name="GdictStrategyChooserClass" link="GdictStrategyChooser.html#GdictStrategyChooserClass"/>
  217.     <keyword type="function" name="gdict_strategy_chooser_new ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-new" since="0.9"/>
  218.     <keyword type="function" name="gdict_strategy_chooser_new_with_context ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-new-with-context" since="0.9"/>
  219.     <keyword type="function" name="gdict_strategy_chooser_get_context ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-get-context" since=""/>
  220.     <keyword type="function" name="gdict_strategy_chooser_set_context ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-set-context" since="0.9"/>
  221.     <keyword type="function" name="gdict_strategy_chooser_get_strategies ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-get-strategies" since="0.9"/>
  222.     <keyword type="function" name="gdict_strategy_chooser_has_strategy ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-has-strategy" since="0.9"/>
  223.     <keyword type="function" name="gdict_strategy_chooser_add_button ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-add-button" since="0.10"/>
  224.     <keyword type="function" name="gdict_strategy_chooser_clear ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-clear" since="0.10"/>
  225.     <keyword type="function" name="gdict_strategy_chooser_count_strategies ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-count-strategies" since=""/>
  226.     <keyword type="function" name="gdict_strategy_chooser_get_current_strategy ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-get-current-strategy" since="0.10"/>
  227.     <keyword type="function" name="gdict_strategy_chooser_refresh ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-refresh" since="0.10"/>
  228.     <keyword type="function" name="gdict_strategy_chooser_select_strategy ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-select-strategy" since="0.10"/>
  229.     <keyword type="function" name="gdict_strategy_chooser_set_current_strategy ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-set-current-strategy" since="0.10"/>
  230.     <keyword type="function" name="gdict_strategy_chooser_unselect_strategy ()" link="GdictStrategyChooser.html#gdict-strategy-chooser-unselect-strategy" since="0.10"/>
  231.     <keyword type="property" name="The "context" property" link="GdictStrategyChooser.html#GdictStrategyChooser--context"/>
  232.     <keyword type="signal" name="The "strategy-activated" signal" link="GdictStrategyChooser.html#GdictStrategyChooser-strategy-activated"/>
  233.     <keyword type="struct" name="GdictSourceChooser" link="GdictSourceChooser.html#GdictSourceChooser-struct"/>
  234.     <keyword type="struct" name="GdictSourceChooserClass" link="GdictSourceChooser.html#GdictSourceChooserClass"/>
  235.     <keyword type="function" name="gdict_source_chooser_new ()" link="GdictSourceChooser.html#gdict-source-chooser-new" since="0.12"/>
  236.     <keyword type="function" name="gdict_source_chooser_new_with_loader ()" link="GdictSourceChooser.html#gdict-source-chooser-new-with-loader" since="0.12"/>
  237.     <keyword type="function" name="gdict_source_chooser_get_loader ()" link="GdictSourceChooser.html#gdict-source-chooser-get-loader" since="0.12"/>
  238.     <keyword type="function" name="gdict_source_chooser_set_loader ()" link="GdictSourceChooser.html#gdict-source-chooser-set-loader" since="0.12"/>
  239.     <keyword type="function" name="gdict_source_chooser_get_sources ()" link="GdictSourceChooser.html#gdict-source-chooser-get-sources" since="0.12"/>
  240.     <keyword type="function" name="gdict_source_chooser_count_sources ()" link="GdictSourceChooser.html#gdict-source-chooser-count-sources" since="0.12"/>
  241.     <keyword type="function" name="gdict_source_chooser_has_source ()" link="GdictSourceChooser.html#gdict-source-chooser-has-source" since="0.12"/>
  242.     <keyword type="function" name="gdict_source_chooser_refresh ()" link="GdictSourceChooser.html#gdict-source-chooser-refresh" since="0.12"/>
  243.     <keyword type="function" name="gdict_source_chooser_select_source ()" link="GdictSourceChooser.html#gdict-source-chooser-select-source" since="0.12"/>
  244.     <keyword type="function" name="gdict_source_chooser_unselect_source ()" link="GdictSourceChooser.html#gdict-source-chooser-unselect-source" since="0.12"/>
  245.     <keyword type="function" name="gdict_source_chooser_get_current_source ()" link="GdictSourceChooser.html#gdict-source-chooser-get-current-source" since="0.12"/>
  246.     <keyword type="function" name="gdict_source_chooser_set_current_source ()" link="GdictSourceChooser.html#gdict-source-chooser-set-current-source" since="0.12"/>
  247.     <keyword type="function" name="gdict_source_chooser_add_button ()" link="GdictSourceChooser.html#gdict-source-chooser-add-button" since="0.12"/>
  248.     <keyword type="property" name="The "count" property" link="GdictSourceChooser.html#GdictSourceChooser--count"/>
  249.     <keyword type="property" name="The "loader" property" link="GdictSourceChooser.html#GdictSourceChooser--loader"/>
  250.     <keyword type="signal" name="The "selection-changed" signal" link="GdictSourceChooser.html#GdictSourceChooser-selection-changed"/>
  251.     <keyword type="signal" name="The "source-activated" signal" link="GdictSourceChooser.html#GdictSourceChooser-source-activated"/>
  252.   </functions>
  253. </book>
  254.